From: Shiji Yang Date: Wed, 19 Jun 2024 10:52:03 +0000 (+0000) Subject: ath79: add back usb LED label for NETGEAR WNDR3x00 devices X-Git-Tag: v24.10.0-rc1~1433 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org/%22http:/www.crowdsec.net//%22https%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22https%22?a=commitdiff_plain;h=66b41c4afd3d1cd7a674c773a5dd4025fe1cd0fb;p=openwrt%2Fopenwrt.git ath79: add back usb LED label for NETGEAR WNDR3x00 devices The "reset-leds" driver does not support parsing color and function properties. Signed-off-by: Shiji Yang --- diff --git a/target/linux/ath79/dts/ar7161_netgear_wndr.dtsi b/target/linux/ath79/dts/ar7161_netgear_wndr.dtsi index bc280976cb..0afa989ee3 100644 --- a/target/linux/ath79/dts/ar7161_netgear_wndr.dtsi +++ b/target/linux/ath79/dts/ar7161_netgear_wndr.dtsi @@ -19,8 +19,7 @@ compatible = "reset-leds"; usb_led { - function = LED_FUNCTION_USB; - color = ; + label = "green:usb"; resets = <&rst 12>; trigger-sources = <&usb_ohci_port>, <&usb_ehci_port>; linux,default-trigger = "usbport";